home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio / Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso / DREAMSDK.WIN / INCLUDE / XTWEEAPI.H < prev   
C/C++ Source or Header  |  1995-10-27  |  684b  |  29 lines

  1. //$Id: XTWEEAPI.H 1.8 1995/10/22 04:15:26 JOHN Exp $
  2.  
  3. #ifndef __XTWEEAPI__
  4. #define __XTWEEAPI__
  5.  
  6. #ifndef __XAPI__
  7. #include "XAPI.h"
  8. #endif
  9.  
  10. class MKeyFrame;
  11. class SDGraphicDevice;
  12. class XTweenerChainLink;
  13. class LRect;
  14.  
  15. #if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
  16. #pragma pointers_in_D0
  17. #endif
  18.  
  19.  
  20. typedef void (*XTweenerDoTweenProc)(ExternalInstance *data,MKeyFrame *res,long time,XTweenerChainLink *alink);
  21. typedef void (*XTweenerDrawProc)(ExternalInstance *data,SDGraphicDevice *aGD,const LRect *area,const LRect *where);
  22.  
  23. #if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
  24. #pragma pointers_in_A0
  25. #endif
  26.  
  27. #endif
  28.  
  29.